##   ___________		     _________		      _____  __
##   \_	  _____/______   ____   ____ \_   ___ \____________ _/ ____\/  |_
##    |    __) \_  __ \_/ __ \_/ __ \/    \  \/\_  __ \__  \\   __\\   __\ 
##    |     \   |  | \/\  ___/\  ___/\     \____|  | \// __ \|  |   |  |
##    \___  /   |__|    \___  >\___  >\______  /|__|  (____  /__|   |__|
##	  \/		    \/	   \/	     \/		   \/
##  ______________________                           ______________________
##			  T H E   W A R   B E G I N S
##	   FreeCraft - A free fantasy real time strategy game engine
##
##	Makefile	-	The make file (3 level).
##
##	(c) Copyright 1998,2000 by Lutz Sammer
##
##	$Id: Makefile,v 1.1 2000/08/13 15:00:41 johns Exp $
##

TOPDIR	= ../..

include $(TOPDIR)/Rules.make

MODULE	= beos
OBJS	= beos.$(OE)

distlist::
	@echo src/$(MODULE)/beos.cpp >>$(DISTLIST)

include $(TOPDIR)/Common.mk
